projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acfa99e
)
(isearch-search-fun): Use word-search-forward-lax and
author
Chong Yidong
<cyd@stupidchicken.com>
Thu, 25 Sep 2008 17:06:22 +0000
(17:06 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Thu, 25 Sep 2008 17:06:22 +0000
(17:06 +0000)
word-search-backward-lax for incremental word search.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 15dc7a3cdd82cbb6cfa5566e6977c763d0815c57..43ac20b635a69be310855e710e1d33352d16cbcf 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-2167,7
+2167,7
@@
Can be changed via `isearch-search-fun-function' for special needs."
(funcall isearch-search-fun-function)
(cond
(isearch-word
- (if isearch-forward 'word-search-forward
'word-search-backward
))
+ (if isearch-forward 'word-search-forward
-lax 'word-search-backward-lax
))
(isearch-regexp
(if isearch-forward 're-search-forward 're-search-backward))
(t